furny.swing.common
Interface FileChosenListener

All Known Implementing Classes:
ImporterPanel.WatchDirChosenListener

public interface FileChosenListener

Listener for file selection.

Since:
12.08.2012
Author:
Stephan Dreyer

Method Summary
 void fileChosen(java.io.File file, int type)
          Notifies about a file being chosen.
 

Method Detail

fileChosen

void fileChosen(java.io.File file,
                int type)
Notifies about a file being chosen.

Parameters:
file - The selected file.
type - The type.
Since:
12.08.2012